Merged
Conversation
8acb82e to
c44b5e8
Compare
Collaborator
Author
|
Closes #375 |
wrenj
reviewed
Jan 7, 2026
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Show resolved
Hide resolved
wrenj
reviewed
Jan 7, 2026
wrenj
reviewed
Jan 7, 2026
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Show resolved
Hide resolved
wrenj
reviewed
Jan 7, 2026
wrenj
reviewed
Jan 7, 2026
wrenj
reviewed
Jan 7, 2026
wrenj
reviewed
Jan 7, 2026
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
wrenj
reviewed
Jan 7, 2026
wrenj
reviewed
Jan 7, 2026
7050d5b to
3bab73e
Compare
9ceaa73 to
e669d81
Compare
wrenj
reviewed
Jan 12, 2026
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
e669d81 to
3a6b517
Compare
wrenj
reviewed
Jan 12, 2026
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Show resolved
Hide resolved
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
3a6b517 to
eece1f3
Compare
wrenj
reviewed
Jan 12, 2026
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
eece1f3 to
4bb8fa3
Compare
wrenj
reviewed
Jan 13, 2026
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| """Module for the A2UI Toolset and Part Converter. |
Collaborator
There was a problem hiding this comment.
can you do another pass on docs? we renamed a2ui toolset
Collaborator
Author
There was a problem hiding this comment.
Done, fixed that and the part converter.
wrenj
reviewed
Jan 13, 2026
a2a_agents/python/a2ui_extension/src/a2ui/send_a2ui_to_client_toolset.py
Outdated
Show resolved
Hide resolved
e4848b1 to
b06d5f8
Compare
b06d5f8 to
19c17dc
Compare
wrenj
reviewed
Jan 13, 2026
|
|
||
| """Module for the SendA2uiToClientToolset and Part Converter. | ||
|
|
||
| This module provides the necessary components to enable an agent to send A2UI (Agent-to-User Interface) |
Collaborator
There was a problem hiding this comment.
just explain that this is one approach for capturing a2ui json from an agent
wrenj
reviewed
Jan 13, 2026
| instructing the LLM that it can send a list of UI items. | ||
| * `convert_send_a2ui_to_client_genai_part_to_a2a_part`: A utility function that intercepts the `send_a2ui_json_to_client` | ||
| tool calls from the LLM and converts them into `a2a_types.Part` objects, which are then | ||
| processed by the A2A system. |
Collaborator
There was a problem hiding this comment.
return by the A2A Agent Executor
wrenj
approved these changes
Jan 13, 2026
19c17dc to
5402e07
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.